home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / rdblib / rberror.qdh < prev    next >
Text File  |  1994-04-01  |  40KB  |  1,628 lines

  1. ///////////////////////////////
  2. //
  3. // Help for error system in RDBLIB
  4. //
  5. ///////////////////////////////
  6.  
  7. //////////////////////////////////////////
  8. // Table of Contents/Index
  9. /////////////////////////////////////////
  10. /topic INDEX
  11.  
  12.    /title Error System Help
  13.    
  14.    /para \sa150 \brdrb \brdrth
  15.    /text \b\fs40,Error System Help
  16.    /endpara
  17.  
  18.    /para \fi200 \sa150
  19.    This help provides information on the errors that may happen while
  20.    you are running a Visual Basic program.  It provides an indication
  21.    of the cause of the error and what possible actions you may be
  22.    able to perform to correct the error.
  23.    
  24.    /endpara
  25.    
  26.    /para 
  27.    Help is provided on the following types of errors:
  28.    \line
  29.    /link UnrecoverableErrors,Unrecoverable Errors
  30.    \line
  31.    /link RecoverableErrors,Recoverable Errors
  32.    \line
  33.    /link Error6,Error 6 - Overflow
  34.    \line
  35.    /link Error7,Out of Memory Errors
  36.    \line
  37.    /link Error11,Error 11 - Division By Zero
  38.    \line
  39.    /link Error48,Error in Loading DLL or Custom Control
  40.    \line
  41.    /link Error53,Error 53 - File Not Found
  42.    \line
  43.    /link Error57,Error 57 - Device I/O Error
  44.    \line
  45.    /link Error58,Error 58 - File Already Exists
  46.    \line
  47.    /link Error61,Error 61 - Disk Full
  48.    \line
  49.    /link Error64,Error 64 - Bad File Name
  50.    \line
  51.    /link Error67,Error 67 - Too Many Files
  52.    \line
  53.    /link Error68,Error 68 - Device Unavailable
  54.    \line
  55.    /link Error70,Permission Denied
  56.    \line
  57.    /link Error71,Error 71 - Disk Not Ready
  58.    \line
  59.    /link Error74,Path/File Access Error
  60.    \line
  61.    /link Error76,Error 76 - Path Not Found
  62.    \line
  63.    /link ErrorDDE,DDE Errors
  64.    \line
  65.    /link Error282,Error 282 - No Application Responded To a DDE Initiate
  66.    \line
  67.    /link Error283,Error 283 - Multiple Applications Responded to DDE Initiate
  68.    \line
  69.    /link Error320,Error 320 - Can't Use Character Device Name
  70.    \line
  71.    /link OleErrors,OLE Errors
  72.    \line
  73.    /link Error31023,Error 31023 - Invalid or Unknown Class
  74.    \line
  75.    /link PrinterError,Printer Errors
  76.    \line
  77.    /link HelpError,Help Errors 
  78.    \line
  79.    /link ODBCErrors,ODBC Errors
  80.    \line
  81.    /link DataAccessError,Data Access Errors
  82.    \line
  83.    /link DatabaseLockErrors,DataBase Lock Errors
  84.    \line
  85.    /link Error3022,Error 3022 - Can't Have Duplicate Key
  86.    \line
  87.    /link PasswordErrors,Invalid Account Name or Password Errors
  88.    \line
  89.    /link Error3049,Error 3049 - Database is Corrupted
  90.    \line
  91.    /link Error3050,Error 3050 - SHARE.EXE errors
  92.    \line
  93.    /link Error3058,Error 3058 - Can't Have Null Value In Index
  94.    \line
  95.    /link DBPermissionErrors,Database Permission Errors
  96.    \line
  97.    /link NullErrors,Null Errors 
  98.    \line
  99.    /link Error3170,Error 3170 - Couldn't Find Installable ISAM
  100.    \line
  101.    /endpara
  102.       
  103. /endtopic
  104.  
  105. /topic UnrecoverableErrors
  106.  
  107.    /title Unrecoverable Program Errors
  108.    /keywords Error3;Error5;Error9;Error10;Error13;Error14
  109.    /keywords Error16;Error17;Error19;Erorr20;Error28;Error35
  110.    /keywords Error49;Error51;Erorr52;Error54;Error55;Error59
  111.    /keywords Error62;Erorr63;Error74;Error260;Error321;Error340
  112.    /keywords Error341;Error343;Error344;Error345;Error361
  113.    /keywords Error381;Error385;Error401;Error402;Error403;Error404
  114.    /keywords Error420;Error460;Error20476;Error20574
  115.    
  116.    /para \sa150 \ql \brdrb \brdrth 
  117.       /text \cf4 \b \fs30, Unrecoverable Program Errors
  118.    /endpara
  119.    
  120.    /para
  121.       /text \cf8 \b \fs30, Cause
  122.    /endpara
  123.  
  124.    /para 
  125.    This class of errors is created by a programming error that leads to a
  126.    error condition that typically can not be recovered from. 
  127.    
  128.    \line
  129.    /endpara
  130.  
  131.    /para
  132.       /text \cf8 \b \fs30, Action
  133.    /endpara
  134.  
  135.    /para 
  136.    Report this problem to the developer by creating
  137.    and printing a problem report.  Please provide as much information
  138.    as possible about what you were doing that lead up to the error
  139.    condition.
  140.    \line
  141.    \line
  142.    You will probably have to Abort the program.  Occasionally you may
  143.    be able to skip the error and continue.  However, the program is not
  144.    likely to function correctly after doing so.
  145.       
  146.    /endpara
  147.  
  148. /endtopic
  149.  
  150. /topic RecoverableErrors
  151.  
  152.    /title Recoverable Program Errors
  153.    /keywords Error360;Error362;Error364;Error365;Error366;Error381
  154.    /keywords Error382;Error383;Error384;Error386;Error387;Error388
  155.    /keywords Error389;Error390;Error391;Error392;Error393;Error394
  156.    /keywords Error395;Error400;Error421;Error422;Error423;Error424
  157.    /keywords Error425;Error426;Error427;Error428;Error460;Error480
  158.    /keywords Error481;Error520;Error521
  159.    /keywords Error30000;Error30001;Error30002;Error30004;Error30005
  160.    /keywords Error30008;Error30009;Error30010;Error30011;Error30013
  161.    /keywords Error30014;Error30015;Error30016;Error30017;Error30018
  162.    /keywords Error30019;Error32755
  163.   
  164.    /para \sa150 \ql \brdrb \brdrth 
  165.       /text \cf4 \b \fs30, Recoverable Program Errors
  166.    /endpara
  167.    
  168.    /para
  169.       /text \cf8 \b \fs30, Cause
  170.    /endpara
  171.  
  172.    /para 
  173.    This class of errors is created by a programming error that leads to a
  174.    error condition that typically can be recovered from. 
  175.    
  176.    \line
  177.    /endpara
  178.  
  179.    /para
  180.       /text \cf8 \b \fs30, Action
  181.    /endpara
  182.  
  183.    /para 
  184.    Report this problem to the developer by creating
  185.    and printing a problem report.  Please provide as much information
  186.    as possible about what you were doing that lead up to the error
  187.    condition.
  188.    \line
  189.    \line
  190.    You will probably be able to skip the error and continue 
  191.    with minimal, if any, affect on the operation of the program. 
  192.    However in some cases, the program may not function correctly 
  193.    after doing so or may lead to incorrect or unexpected results.
  194.       
  195.    /endpara
  196.  
  197. /endtopic
  198.  
  199.  
  200.  
  201. /topic Error6
  202.  
  203.    /title Error 6 - Overflow
  204.    /keywords Error6
  205.    
  206.    /para \sa150 \ql \brdrb \brdrth 
  207.       /text \cf4 \b \fs30, Error 6 - Overflow
  208.    /endpara
  209.    
  210.    /para
  211.       /text \cf8 \b \fs30, Cause
  212.    /endpara
  213.  
  214.    /para 
  215.    This error is created by a value becoming greater than
  216.    expected and exceeding the maximum established for this type
  217.    of field. 
  218.    
  219.    \line
  220.    /endpara
  221.  
  222.    /para
  223.       /text \cf8 \b \fs30, Action
  224.    /endpara
  225.  
  226.    /para 
  227.    Report this problem to the developer by creating
  228.    and printing a problem report.  Try to identify the field value(s)
  229.    that may be exceeding the maximum.
  230.    \line
  231.    \line
  232.    You can try to skip this error.  Either the maximum value or zero
  233.    will probably be substituted for the invalid value.  This may
  234.    cause the program to not function as expected or provide incorrect
  235.    results.
  236.       
  237.    /endpara
  238.  
  239. /endtopic
  240.  
  241.  
  242. /topic Error7
  243.  
  244.    /title Out of Memory Errors
  245.    /keywords Error7,Error342;Error30006;Error31001;Error20478;Error32752
  246.    /keywords Error32757;Error32758;Error32759;Error32760;Error32761
  247.    /keywords Error32765;Error3035;Error3038;Error3178
  248.    
  249.    /para \sa150 \ql \brdrb \brdrth 
  250.       /text \cf4 \b \fs30, Out of Memory Errors
  251.    /endpara
  252.    
  253.    /para
  254.       /text \cf8 \b \fs30, Cause
  255.    /endpara
  256.    /para
  257.    There is not enough memory remaining to perform the requested function.
  258.  
  259.       
  260.    \line
  261.    /endpara
  262.  
  263.    /para
  264.       /text \cf8 \b \fs30, Action
  265.    /endpara
  266.  
  267.    /para 
  268.    Reduce the amount of memory currently in use by ending some other
  269.    applications and then press the Retry button to retry the function.
  270.    \line
  271.    \line
  272.    If ending other applications does not correct the problem press the
  273.    Abort button.  Then restart the system and retry the
  274.    function that originally created the problem.
  275.    \line
  276.    \line
  277.    If all attempts to eliminate the problem are unsuccessful then 
  278.    report the problem to the developer by creating and printing a problem 
  279.    report form and sending it to the developer.
  280.       
  281.       
  282.    /endpara
  283.  
  284. /endtopic
  285.  
  286.  
  287.  
  288. /topic Error11
  289.  
  290.    /title Error 11 - Division By Zero
  291.    /keywords Error11
  292.    
  293.    /para \sa150 \ql \brdrb \brdrth 
  294.       /text \cf4 \b \fs30, Error 11 - Division By Z